Â
We hear a lot about “machine learning”
How does it work?
Updated: 2021-08-13
Â
We hear a lot about “machine learning”
How does it work?
Â
Â
One definition: “Machine Learning is the semi-automated extraction of knowledge from data”
Â
Supervised learning: Making predictions using data
Unsupervised learning: Extracting structure from data
Â
High-level steps of supervised learning:
First, train a Machine Learning model using labeled data
Then, make predictions on new data for which the label is unknown
Â
The primary goal of supervised learning is to build a model that “generalizes”
The goal is to accurately predict the future rather than the past!
Â
Â